Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / Range Method / Range(String[]) Method
The individual shapes to be included in the range.


In This Topic
Range(String[]) Method
In This Topic
Gets a IShapeRange object that represents a subset of the shapes in a IShapes collection.
Syntax
'Declaration
 
Overloads Function Range( _
   ByVal ParamArray names() As String _
) As IShapeRange
 
'Usage
 
Dim instance As IShapes
Dim names() As String
Dim value As IShapeRange
 
value = instance.Range(names)

Parameters

names
The individual shapes to be included in the range.

Return Value

The subset of the shapes in a IShapes collection.
See Also